acos(SawMatrix a) | SawMatrix | [static] |
asin(SawMatrix a) | SawMatrix | [static] |
atan(SawMatrix a) | SawMatrix | [static] |
cos(SawMatrix a) | SawMatrix | [static] |
cosh(SawMatrix a) | SawMatrix | [static] |
exp(SawMatrix a) | SawMatrix | [static] |
FIXED valor enumerado (definido en SawObject) | SawObject | |
formatOutput | SawObject | [protected] |
genericFunction(SawMatrix a, double(*func)(double)) | SawMatrix | [static] |
genericFunction(SawMatrix a, double(*func)(double, double), double param=0.0) | SawMatrix | [static] |
get(uint i, uint j) const | SawMatrix | |
getColumns() const | SawMatrix | |
getDeterminant() | SawMatrix | |
getEigenValues(SawVectorList *eigenVectors=NULL) | SawMatrix | |
getFormatNumberOutputStream() const | SawObject | |
getGSLMatrix() const | SawMatrix | |
getInverse() | SawMatrix | |
getMax(uint *i=NULL, uint *j=NULL) const | SawMatrix | |
getMin(uint *i=NULL, uint *j=NULL) const | SawMatrix | |
getName() const | SawObject | |
getPrecisionOutputStream() const | SawObject | |
getRows() const | SawMatrix | |
getThresholdDoubleComparation() const | SawObject | |
getTransPose() | SawMatrix | |
getWidthOutputStream() const | SawObject | |
isNull() const | SawMatrix | |
ln(SawMatrix a) | SawMatrix | [static] |
log(SawMatrix a) | SawMatrix | [static] |
name | SawObject | [protected] |
NumberFormat nombre de la enumeración | SawObject | |
operator *(SawMatrix a, SawMatrix b) | SawMatrix | [friend] |
operator *(SawMatrix m, double a) | SawMatrix | [friend] |
operator *(double a, SawMatrix m) | SawMatrix | [friend] |
operator!=(SawMatrix m) | SawMatrix | |
operator+(SawMatrix a, SawMatrix b) | SawMatrix | [friend] |
operator-(SawMatrix a, SawMatrix b) | SawMatrix | [friend] |
operator<<(ostream &os, const SawMatrix &m) | SawMatrix | [friend] |
operator=(const SawMatrix &m) | SawMatrix | |
operator==(SawMatrix m) | SawMatrix | |
operator>>(istream &is, const SawMatrix &m) | SawMatrix | [friend] |
pow(SawMatrix a, double e) | SawMatrix | [static] |
precisionOutputStream | SawObject | [protected] |
SawMatrix(uint rows, uint cols, double a=0.0) | SawMatrix | |
SawMatrix(double *array, uint rows, uint cols) | SawMatrix | |
SawMatrix(const SawMatrix &m) | SawMatrix | |
SawObject() | SawObject | |
SawObject(const SawObject &obj) | SawObject | |
SCIENTIFIC valor enumerado (definido en SawObject) | SawObject | |
set(uint i, uint j, double value) | SawMatrix | |
setFormatNumberOutputStream(NumberFormat formatOutput) | SawObject | |
setGSLMatrix(gsl_matrix *matrix) | SawMatrix | |
setIdentity() | SawMatrix | |
setName(string name) | SawObject | |
setNull() | SawMatrix | |
setPrecisionOutputStream(uint precision) | SawObject | |
setThresholdDoubleComparation(double threshold) | SawObject | |
setWidthOutputStream(uint width) | SawObject | |
sin(SawMatrix a) | SawMatrix | [static] |
sinh(SawMatrix a) | SawMatrix | [static] |
sqrt(SawMatrix a) | SawMatrix | [static] |
swapColumns(uint i, uint j) | SawMatrix | |
swapRows(uint i, uint j) | SawMatrix | |
tan(SawMatrix a) | SawMatrix | [static] |
thresholdDoubleComparation | SawObject | [protected] |
widthOutputStream | SawObject | [protected] |
~SawMatrix() | SawMatrix | |
~SawObject() | SawObject | |