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

Method PlainObjectBase

Eigen/src/Core/PlainObjectBase.h:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483 EIGEN_DEVICE_FUNC
484 EIGEN_STRONG_INLINE PlainObjectBase() : m_storage()
485 {
486// _check_template_params();
487// EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED
488 }
489
490#ifndef EIGEN_PARSED_BY_DOXYGEN
491 // FIXME is it still needed ?

Callers

nothing calls this directly

Tested by

no test coverage detected