#include <sprimitives.h>
◆ SMatrix() [1/2]
Simulacrum::SMatrix::SMatrix |
( |
unsigned |
rows, |
|
|
unsigned |
columns |
|
) |
| |
◆ SMatrix() [2/2]
SMatrix::SMatrix |
( |
const SMatrix & |
ref | ) |
|
◆ ~SMatrix()
◆ column() [1/2]
SVector Simulacrum::SMatrix::column |
( |
unsigned |
| ) |
const |
◆ column() [2/2]
void Simulacrum::SMatrix::column |
( |
unsigned |
, |
|
|
const SVector & |
|
|
) |
| |
◆ columns()
unsigned int SMatrix::columns |
( |
| ) |
const |
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator*=() [1/2]
◆ operator*=() [2/2]
◆ operator+() [1/2]
◆ operator+() [2/2]
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ operator/()
◆ operator/=()
◆ operator=()
◆ operator==()
bool SMatrix::operator== |
( |
const SMatrix & |
targ | ) |
const |
◆ operator[]() [1/2]
◆ operator[]() [2/2]
const SVector::Precision& Simulacrum::SMatrix::operator[] |
( |
std::initializer_list< unsigned > |
| ) |
const |
◆ row() [1/2]
const SVector& Simulacrum::SMatrix::row |
( |
unsigned |
| ) |
const |
◆ row() [2/2]
void Simulacrum::SMatrix::row |
( |
unsigned |
, |
|
|
const SVector & |
|
|
) |
| |
◆ rows()
unsigned int SMatrix::rows |
( |
| ) |
const |
◆ toString()
std::string SMatrix::toString |
( |
| ) |
|
◆ Rows
std::vector<SVector> Simulacrum::SMatrix::Rows |
|
protected |
The documentation for this class was generated from the following files: