Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SvmLinsys Class Reference
[Svm]

#include <SvmLinsys.h>

Inheritance diagram for SvmLinsys:

LinearSystem List of all members.

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

Detailed Description

LinearSystem class for Svm.


Member Function Documentation

void SvmLinsys::create Data   prob
 

allocates internal storage for the matrix and right-hand side obtained after block elimination

void SvmLinsys::factor Data   prob,
Variables   vars
[virtual]
 

factorizes the matrix, stores data related to the factorization to prepare for later calls to "solve"

Implements LinearSystem.

void SvmLinsys::solve Data   prob,
Variables   vars,
Residuals   rhs,
Variables   step
[virtual]
 

assuming the "factor" call was successful, supplies the right-hand side and solves the system.

Implements LinearSystem.


Member Data Documentation

int SvmLinsys::hyperplanedim
 

dimension of Euclidean space in which each observation resides

int SvmLinsys::nobservations
 

number of observations


The documentation for this class was generated from the following file:
Generated on Mon May 24 17:40:46 2004 for OOQP by doxygen1.2.18