Main Page Class Hierarchy Compound List File List Compound Members File Members
MatrixSD Member List
This is the complete list of members for MatrixSD, including all inherited members.
- add(const int i, const int j, const double v)
[inline, protected, virtual] - MatrixC::add(const MatrixC<Tp>& B)
- MatrixC::add(const Tp value)
- MatrixC::add(const int i, const int j, const Tp v)
[inline, protected, virtual] - assign(const int nc, const Tp* value)
[virtual] - assign(const int nr, const int nc, const Tp* value)
[virtual] - assign(const int nr, const int nc, const Tp** value)
[virtual] - capacity() const
[inline, virtual] - CHdecompose()
- CHinvert()
- CHsolve(MatrixC<double>& B)
- CHsubstitute(MatrixC<double>& B)
- D
[protected] - div(const int i, const int j, const double v)
[inline, protected, virtual] - MatrixC::div(const int i, const int j, const Tp v)
[inline, protected, virtual] - empty() const
[inline, virtual] - get_own_copy()
[inline] - MatrixC()
[inline, explicit] - MatrixC(const int nr, const int nc, const Tp value=0)
[inline, explicit] - MatrixC(const int nr, const int nc, const int nu, const Tp value)
[inline, explicit] - MatrixC(const Tp* A, const int nr, const int nc=1)
[inline, explicit] - MatrixC(const valarray<Tp>& A, const int nc=1)
[inline, explicit] - MatrixC(const MatrixC& B)
[inline] - MatrixSD()
[explicit] - MatrixSD(const int nr, const double value=0.0)
[explicit] - MatrixSD(const MatrixSD& B)
- mul(const int i, const int j, const double v)
[inline, protected, virtual] - MatrixC::mul(const int i, const int j, const Tp v)
[inline, protected, virtual] - multiply(const MatrixSD& A, const MatrixSD& B, const char TRANSA='N', const char TRANSB='N')
[inline] - multiply(const double value)
- multiply(const VectorD& x, VectorD& y, const double ALPHA=1.0, const double BETA=0.0) const
- MatrixC::multiply(const MatrixC<Tp>& A, const MatrixC<Tp>& B, const char TRANSA=0, const char TRANSB=0, const Tp ALPHA=1, const Tp BETA=0)
- MatrixC::multiply(const Tp value)
- nc() const
[inline, virtual] - nc(const int i) const
[inline, virtual] - nr() const
[inline, virtual] - nr(const int i) const
[inline, virtual] - operator Tp *() const
[inline] - operator Tp *()
[inline] - operator!=(const MatrixC<Tp>& B) const
- operator()(const int i, const int j=0)
[inline, virtual] - operator()(const int i, const int j=0) const
[inline, virtual] - operator=(const double value)
[inline] - MatrixC::operator=(const MatrixC& B)
- MatrixC::operator=(const Tp value)
[virtual] - operator==(const MatrixC<Tp>& B) const
- operator[](const int i) const
[inline, protected, virtual] - operator[](const int i)
[inline, protected, virtual] - read(const int i, const int j) const
[inline, protected, virtual] - ref(const int i, const int j) const
[inline, protected, virtual] - resize(const int nr, const double value=0.0)
- MatrixC::resize(const int nr, const int nc, const Tp value=0)
- size() const
[inline, virtual] - stream(ostream& s)
[virtual] - MatrixC::stream(istream& s)
[virtual] - sub(const int i, const int j, const double v)
[inline, protected, virtual] - MatrixC::sub(const int i, const int j, const Tp v)
[inline, protected, virtual] - subtract(const MatrixC<Tp>& B)
- subtract(const Tp value)
- transpose() const
- write(const int i, const int j, const double v)
[inline, protected, virtual] - MatrixC::write(const int i, const int j, const Tp v)
[inline, protected, virtual] - ~Matrix()
[inline, virtual] - ~MatrixC()
[inline, virtual] - ~MatrixSD()
[inline]
Generated at Wed Nov 22 08:38:29 2000 for LinAl - a simple and efficient Matrix library - by
1.2.1 written by Dimitri van Heesch,
© 1997-2000