Clipper
clipper::Matrix< T > Member List
This is the complete list of members for clipper::Matrix< T >, including all inherited members.
Array2d()clipper::Array2d< T > [inline]
Array2d(const int &d1, const int &d2)clipper::Array2d< T > [inline]
Array2d(const int &d1, const int &d2, T val)clipper::Array2d< T > [inline]
cols() const clipper::Array2d< T > [inline]
d1_ (defined in clipper::Array2d< T >)clipper::Array2d< T > [protected]
d2_ (defined in clipper::Array2d< T >)clipper::Array2d< T > [protected]
data (defined in clipper::Array2d< T >)clipper::Array2d< T > [protected]
eigen(const bool sort=true)clipper::Matrix< T >
Matrix()clipper::Matrix< T > [inline]
Matrix(const int &d1, const int &d2)clipper::Matrix< T > [inline]
Matrix(const int &d1, const int &d2, T val)clipper::Matrix< T > [inline]
operator()(const int &i1, const int &i2) const clipper::Array2d< T > [inline]
operator()(const int &i1, const int &i2)clipper::Array2d< T > [inline]
operator*(const Matrix< T > &m, const std::vector< T > &v)clipper::Matrix< T > [friend]
resize(const int &d1, const int &d2)clipper::Array2d< T > [inline]
resize(const int &d1, const int &d2, const T &val)clipper::Array2d< T > [inline]
rows() const clipper::Array2d< T > [inline]
size() const clipper::Array2d< T > [inline]
solve(const std::vector< T > &b) const clipper::Matrix< T >