Navigation

Operators and Keywords

Function List:

C++ API

SparseQR::SparseQR_rep Class Reference

#include <SparseQR.h>

Collaboration diagram for SparseQR::SparseQR_rep:

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

octave_refcount< int > count
octave_idx_type nrows

Constructor & Destructor Documentation

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

Member Function Documentation

Matrix SparseQR::SparseQR_rep::C ( const Matrix b  )  const
bool SparseQR::SparseQR_rep::ok ( void   )  const [inline]
ColumnVector SparseQR::SparseQR_rep::P ( void   )  const
ColumnVector SparseQR::SparseQR_rep::Pinv ( void   )  const
Matrix SparseQR::SparseQR_rep::Q ( void   )  const
SparseMatrix SparseQR::SparseQR_rep::R ( const bool  econ  )  const
SparseMatrix SparseQR::SparseQR_rep::V ( void   )  const

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines