template<typename M, typename I, typename J>
class casadi::SubMatrix< M, I, J >
SubMatrix class for Matrix SubMatrix is the return type for operator() of the Matrix class, it allows access to the value as well as changing the parent object
- Author
- Joel Andersson
- Date
- 2011-2014
Definition at line 38 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 79 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 67 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 73 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 85 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 62 of file submatrix.hpp.
template<typename M , typename I , typename J >
Methods that modify a part of the parent object (A(i, j) = ?, A(i, j) += ?, etc.)
Definition at line 57 of file submatrix.hpp.