Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Matrix Member List

This is the complete list of members for Matrix, including all inherited members.

above(const Matrix &a) const Matrix
add(const Matrix &a, const Matrix &b)Matrix
add(const Matrix &a, const D &summand)Matrix
addColumns(I numberColumns, const D *_data=0)Matrix
addColumns(I numberColumns, const Matrix &dataMatrix)Matrix
addRows(I numberRows, const D *_data=0)Matrix
addRows(I numberRows, const Matrix &dataMatrix)Matrix
beside(const Matrix &a) const Matrix
column(I index) const Matrix
columns(I startindex, I endindex) const Matrix
convertToBuffer(D *buffer, I len) const Matrix
convertToList() const Matrix
copy(const Matrix &c)Matrixinline
elementProduct() const Matrix
elementSum() const Matrix
equals(const Matrix &a) const Matrix
exp(const Matrix &a, int exponent)Matrix
getM() const Matrixinline
getN() const Matrixinline
hasNormalEntries() const Matrix
hasSameSizeAs(const Matrix &a) const Matrixinline
isNulltimesNull() const Matrix
isVector() const Matrix
map(D(*fun)(D)) const Matrix
map2(D(*fun)(D, D), const Matrix &a, const Matrix &b)Matrixstatic
map2P(D param, D(*fun)(D, D, D), const Matrix &a, const Matrix &b)Matrixstatic
map2P(void *param, D(*fun)(void *, D, D), const Matrix &a, const Matrix &b)Matrixstatic
mapP(D param, D(*fun)(D, D)) const Matrix
mapP(void *param, D(*fun)(void *, D)) const Matrix
Matrix()Matrixinline
Matrix(I _m, I _n, const D *_data=0)Matrix
Matrix(I _m, I _n, D def)Matrix
Matrix(const Matrix &c)Matrix
Matrix(Matrix &&c)Matrix
mult(const Matrix &a, const Matrix &b)Matrix
mult(const Matrix &a, const D &fac)Matrix
multcolwise(const Matrix &factors) const Matrix
multMT() const Matrix
multrowwise(const Matrix &factors) const Matrix
multTM() const Matrix
norm_sqr() const Matrix
operator&(const Matrix &b) const Matrix
operator&=(const Matrix &c)Matrixinline
operator*(const Matrix &fac) const Matrix
operator*(const D &fac) const Matrix
operator*=(const Matrix &c)Matrixinline
operator*=(const D &fac)Matrixinline
operator+(const Matrix &sum) const Matrix
operator+=(const Matrix &c)Matrixinline
operator-(const Matrix &sum) const Matrix
operator-=(const Matrix &c)Matrixinline
operator<<(std::ostream &, const Matrix &)Matrixfriend
operator=(const Matrix &c)Matrixinline
operator=(Matrix &&c)Matrix
operator==(const Matrix &c) const Matrix
operator^(int exponent) const Matrix
pluslambdaI(double lambda=1e-8)Matrix
pseudoInverse(const D &lambda=1e-8) const Matrix
read(FILE *f, bool skipIdentifier=false)Matrix
removeColumns(I numberColumns)Matrix
removeRows(I numberRows)Matrix
reshape(I m, I n)Matrix
restore(FILE *f)Matrixvirtual
restoreFromFile(const char *filename)Storeable
row(I index) const Matrix
rows(I startindex, I endindex) const Matrix
secureInverse() const Matrix
set(I _m, I _n, const D *_data=0)Matrix
set(const D *_data)Matrix
size() const Matrixinline
store(FILE *f) const Matrixvirtual
storeToFile(const char *filename) const Storeable
sub(const Matrix &a, const Matrix &b)Matrix
toAbove(const Matrix &a)Matrix
toBeside(const Matrix &a)Matrix
toDiff(const Matrix &a)Matrix
toExp(int exponent)Matrix
toId()Matrix
toMap(D(*fun)(D))Matrix
toMap2(D(*fun)(D, D), const Matrix &b)Matrix
toMap2P(D param, D(*fun)(D, D, D), const Matrix &b)Matrix
toMap2P(void *param, D(*fun)(void *, D, D), const Matrix &b)Matrix
toMapP(D param, D(*fun)(D, D))Matrix
toMapP(void *param, D(*fun)(void *, D))Matrix
toMult(const Matrix &a)Matrix
toMult(const D &fac)Matrix
toMultcolwise(const Matrix &factors)Matrix
toMultrowwise(const Matrix &factors)Matrix
toSort()Matrix
toSum(const Matrix &a)Matrix
toSum(const D &sum)Matrix
toTranspose()Matrix
toZero()Matrix
unsafeGetData() const Matrixinline
val(I i, I j) const Matrixinline
val(I i, I j)Matrixinline
valDef0(I i, I j) const Matrixinline
write(FILE *f) const Matrix
~Matrix()Matrixinline
~Storeable()Storeableinlinevirtual