MatrixIndex::MatrixIndex
Copyright (C) 2005 IENT-RWTH Aachen
inline MatrixIndex::MatrixIndex()
inline explicit MatrixIndex::MatrixIndex(const value_type &m)
inline MatrixIndex::MatrixIndex(const value_type &m, const value_type &n)
template<class T> inline explicit MatrixIndex::MatrixIndex(const complex<T> &z)
inline MatrixIndex::MatrixIndex(const self &r)
template<class I2> inline MatrixIndex::MatrixIndex(const MatrixIndex<I2> &x)
Builds an instance of the object
Remarks
This builds an instance of the object out of its parameters.