MCPcopy Create free account
hub / github.com/PX4/eigen / eval

Method eval

Eigen/src/SparseCore/SparseMatrixBase.h:384–385  ·  view source on GitHub ↗

\returns the matrix or vector obtained by evaluating this expression. * * Notice that in the case of a plain matrix or vector (not an expression) this function just returns * a const reference, in order to avoid a useless copy. */

Source from the content-addressed store, hash-verified

382 * a const reference, in order to avoid a useless copy.
383 */
384 inline const typename internal::eval<Derived>::type eval() const
385 { return typename internal::eval<Derived>::type(derived()); }
386
387 Scalar sum() const;
388

Callers 3

evalToMethod · 0.45
operatorNormMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected