ArrayBase::max()
ArrayBase::min()
use insert() inserts a nonzero coefficient at given coordinates row, col and returns its reference assuming that: 1 - the coefficient does not exist yet 2 - this the coefficient with greater inner coordinate for the given outer coordinate. In other words, assuming *this
is column-major, then there must not exists any nonzero coefficient of coordinates i
x
col such that i
>= row. Otherwise the matrix is invalid.
*this
. use insertBack(Index)
use insertBack(Index,Index)
use insert(Index)
use insert(Index,Index)
ArrayBase::operator!=(Scalar)
ArrayBase::operator==(Scalar)
ArrayBase::operator>=(Scalar)
ArrayBase::operator>(Scalar)
ArrayBase::operator<=(Scalar)
ArrayBase::operator<(Scalar)
ArrayBase::operator==(Scalar)
ArrayBase::operator>=(Scalar)
ArrayBase::operator>(Scalar)
ArrayBase::operator<=(Scalar)
ArrayBase::operator<(Scalar)