#include <matrix.h>
Inheritance diagram for matrix:
Public Types | |
typedef coordN< N *M > | base_vec |
typedef fixed_row_mjr_subcriptor< M, N, 1 > | subscriptor |
Public Methods | |
matrix () | |
matrix (component c) | |
component & | operator() (unsigned i, unsigned j) |
const component & | operator() (unsigned i, unsigned j) const |
matrix< M, N > & | operator+= (const matrix< M, N > &rs) |
matrix< M, N > & | operator-= (const matrix< M, N > &rs) |
matrix< M, N > & | operator *= (const component &rs) |
|
|
|
|
|
|
|
Definition at line 30 of file matrix.h. References coordN< N *M >::component. |
|
Definition at line 32 of file matrix.h. References coordN< N *M >::component. |
|
Definition at line 35 of file matrix.h. References coordN< N *M >::component. |
|
|
|
|
|
Reimplemented from coordN< N *M >. Definition at line 44 of file matrix.h. References coordN< N *M >::component. |