Definition at line 14 of file matrice.h.
◆ Matrica() [1/3]
Matrica::Matrica |
( |
void |
| ) |
|
◆ Matrica() [2/3]
Matrica::Matrica |
( |
int |
_row, |
|
|
int |
_col = 1 |
|
) |
| |
◆ Matrica() [3/3]
Matrica::Matrica |
( |
Matrica & |
source | ) |
|
◆ ~Matrica()
◆ CopyColumn()
int Matrica::CopyColumn |
( |
int |
colnum, |
|
|
Matrica & |
V |
|
) |
| |
◆ Free()
void Matrica::Free |
( |
void |
| ) |
|
|
protected |
◆ Get() [1/2]
double Matrica::Get |
( |
int |
_row | ) |
const |
◆ Get() [2/2]
double Matrica::Get |
( |
int |
_row, |
|
|
int |
_col |
|
) |
| const |
◆ GetCol()
int Matrica::GetCol |
( |
void |
| ) |
const |
|
inline |
◆ GetRow()
int Matrica::GetRow |
( |
void |
| ) |
const |
|
inline |
◆ Init()
void Matrica::Init |
( |
int |
_row, |
|
|
int |
_col = 1 |
|
) |
| |
◆ Load()
int Matrica::Load |
( |
const char * |
fname | ) |
|
◆ Norm()
double Matrica::Norm |
( |
void |
| ) |
|
◆ operator*() [1/2]
Matrica Matrica::operator* |
( |
const double & |
scalar | ) |
|
◆ operator*() [2/2]
◆ operator+() [1/2]
Matrica Matrica::operator+ |
( |
double |
broj | ) |
|
◆ operator+() [2/2]
◆ operator+=()
void Matrica::operator+= |
( |
Matrica & |
op2 | ) |
|
◆ operator-()
◆ operator-=()
void Matrica::operator-= |
( |
Matrica & |
op2 | ) |
|
◆ operator/()
Matrica Matrica::operator/ |
( |
const double & |
scalar | ) |
|
◆ operator=()
◆ operator[]()
double * Matrica::operator[] |
( |
const int |
redak | ) |
|
|
inline |
◆ operator~()
Matrica Matrica::operator~ |
( |
void |
| ) |
|
◆ Reset()
void Matrica::Reset |
( |
int |
_row, |
|
|
int |
_col = 1 |
|
) |
| |
◆ Save()
void Matrica::Save |
( |
const char * |
fname | ) |
|
◆ SaveLong()
void Matrica::SaveLong |
( |
const char * |
fname | ) |
|
◆ Set() [1/2]
double Matrica::Set |
( |
int |
_row, |
|
|
double |
value |
|
) |
| |
◆ Set() [2/2]
double Matrica::Set |
( |
int |
_row, |
|
|
int |
_col, |
|
|
double |
value |
|
) |
| |
◆ SetColumn()
int Matrica::SetColumn |
( |
int |
colnum, |
|
|
Matrica & |
v |
|
) |
| |
◆ Show()
void Matrica::Show |
( |
void |
| ) |
|
◆ Take()
void Matrica::Take |
( |
void |
| ) |
|
|
protected |
◆ Transpose()
Matrica Matrica::Transpose |
( |
int |
transpose | ) |
|
◆ col
◆ data
◆ row
The documentation for this class was generated from the following files: