Skylark (Sketching Library)  0.1
Public Member Functions
cmatrix Class Reference
Inheritance diagram for cmatrix:
Inheritance graph
[legend]
Collaboration diagram for cmatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 cmatrix (const matrix_type &A)
int height () const
int width () const
void materialize (matrix_type &Z) const
matrix_type materialize () const

Detailed Description

Definition at line 55 of file regression.cpp.


Constructor & Destructor Documentation

cmatrix::cmatrix ( const matrix_type A) [inline]

Definition at line 59 of file regression.cpp.


Member Function Documentation

int cmatrix::height ( ) const [inline, virtual]

Implements skylark::base::computed_matrix_t< matrix_type >.

Definition at line 61 of file regression.cpp.

void cmatrix::materialize ( matrix_type Z) const [inline, virtual]

Implements skylark::base::computed_matrix_t< matrix_type >.

Definition at line 64 of file regression.cpp.

matrix_type cmatrix::materialize ( ) const [inline, virtual]

Implements skylark::base::computed_matrix_t< matrix_type >.

Definition at line 65 of file regression.cpp.

int cmatrix::width ( ) const [inline, virtual]

Implements skylark::base::computed_matrix_t< matrix_type >.

Definition at line 62 of file regression.cpp.


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