Navigation

Operators and Keywords

Function List:

C++ API

SparseQR::SparseQR::SparseQR_rep Class Reference

#include <SparseQR.h>

List of all members.


Public Member Functions

 SparseQR_rep (const SparseMatrix &a, int order)
 ~SparseQR_rep (void)
bool ok (void) const
SparseMatrix V (void) const
ColumnVector Pinv (void) const
ColumnVector P (void) const
SparseMatrix R (const bool econ) const
Matrix C (const Matrix &b) const
Matrix Q (void) const

Public Attributes

int count
octave_idx_type nrows

Constructor & Destructor Documentation

SparseQR::SparseQR::SparseQR_rep::SparseQR_rep ( const SparseMatrix a,
int  order 
)

SparseQR::SparseQR::SparseQR_rep::~SparseQR_rep ( void   ) 


Member Function Documentation

bool SparseQR::SparseQR::SparseQR_rep::ok ( void   )  const [inline]

ColumnVector SparseQR::SparseQR::SparseQR_rep::P ( void   )  const

ColumnVector SparseQR::SparseQR::SparseQR_rep::Pinv ( void   )  const

Matrix SparseQR::SparseQR::SparseQR_rep::Q ( void   )  const

SparseMatrix SparseQR::SparseQR::SparseQR_rep::V ( void   )  const


Member Data Documentation

octave_idx_type SparseQR::SparseQR::SparseQR_rep::nrows


The documentation for this class was generated from the following files: