|
MeshKit
1.0
|
Vector is a 1xL Matrix. More...
#include <Matrix.hpp>

Public Member Functions | |
| Vector () | |
| Vector (double v) | |
| Vector (const double *v) | |
| Vector (const char *s) | |
| Vector (const std::string &s) | |
| Vector (const Matrix< L, 1 > &m) | |
| double & | operator[] (unsigned idx) |
| double | operator[] (unsigned idx) const |
| double & | operator() (unsigned idx) |
| double | operator() (unsigned idx) const |
| Vector< L > & | operator= (const Matrix< L, 1 > &m) |
Define a Vector as a 1xL Matrix Add single-index access operators
Definition at line 220 of file Matrix.hpp.
| Vector | ( | ) | [inline] |
Definition at line 223 of file Matrix.hpp.
| Vector | ( | double | v | ) | [inline] |
Definition at line 224 of file Matrix.hpp.
| Vector | ( | const double * | v | ) | [inline] |
Definition at line 225 of file Matrix.hpp.
| Vector | ( | const char * | s | ) | [inline] |
Definition at line 226 of file Matrix.hpp.
| Vector | ( | const std::string & | s | ) | [inline] |
Definition at line 227 of file Matrix.hpp.
Definition at line 228 of file Matrix.hpp.
| double& operator() | ( | unsigned | idx | ) | [inline] |
Definition at line 232 of file Matrix.hpp.
| double operator() | ( | unsigned | idx | ) | const [inline] |
Definition at line 233 of file Matrix.hpp.
Definition at line 235 of file Matrix.hpp.
| double& operator[] | ( | unsigned | idx | ) | [inline] |
Definition at line 230 of file Matrix.hpp.
| double operator[] | ( | unsigned | idx | ) | const [inline] |
Definition at line 231 of file Matrix.hpp.