Matrix::operator[]
Copyright (C) 2005 IENT-RWTH Aachen
inline reference Matrix::operator[](const index_type &p)
inline const_reference Matrix::operator[](const index_type &p) const
Element access
Returns
The value that this object associates with the value of the object that is the parameter to this operator.