#include <SvmLinsys.h>
Inheritance diagram for SvmLinsys:

Public Methods | |
| void | factor (Data *prob, Variables *vars) |
| void | solve (Data *prob, Variables *vars, Residuals *rhs, Variables *step) |
| void | create (Data *prob) |
Public Attributes | |
| int | hyperplanedim |
| int | nobservations |
|
|
allocates internal storage for the matrix and right-hand side obtained after block elimination |
|
||||||||||||
|
factorizes the matrix, stores data related to the factorization to prepare for later calls to "solve" Implements LinearSystem. |
|
||||||||||||||||||||
|
assuming the "factor" call was successful, supplies the right-hand side and solves the system. Implements LinearSystem. |
|
|
dimension of Euclidean space in which each observation resides |
|
|
number of observations |
1.2.18