Skylark (Sketching Library)
0.1
|
Public Member Functions | |
cmatrix (const matrix_type &A) | |
int | height () const |
int | width () const |
void | materialize (matrix_type &Z) const |
matrix_type | materialize () const |
Definition at line 55 of file regression.cpp.
cmatrix::cmatrix | ( | const matrix_type & | A | ) | [inline] |
Definition at line 59 of file regression.cpp.
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.