Home
last modified time | relevance | path

Searched defs:triu2symm (Results 1 – 1 of 1) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dgeneric_matrix.hpp405 inline friend MatType triu2symm(const MatType &a) { return MatType::triu2symm(a);} in triu2symm() function
1100 MatType GenericMatrix<MatType>::triu2symm(const MatType& x) { in triu2symm() function in casadi::GenericMatrix