MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / eval

Function eval

include/fiss_planner/Eigen/src/SparseCore/SparseMatrixBase.h:450–451  ·  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

448 * a const reference, in order to avoid a useless copy.
449 */
450 inline const typename internal::eval<Derived>::type eval() const
451 { return typename internal::eval<Derived>::type(derived()); }
452
453 Scalar sum() const;
454

Callers 1

bidiagonalizationMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected