|
TVM
0.9.4
|
#include <tvm/internal/MatrixWithProperties.h>


Public Member Functions | |
| ObjectWithProperties () | |
| template<typename OtherDerived > | |
| ObjectWithProperties (const Eigen::MatrixBase< OtherDerived > &other) | |
| template<typename OtherDerived > | |
| ObjectWithProperties (const Eigen::MatrixBase< OtherDerived > &other, tvm::internal::const_if_t< MatrixProperties, !refOnProperties > &p) | |
| template<typename OtherType > | |
| ObjectWithProperties (const ObjectWithProperties< OtherType > &other) | |
| template<typename OtherType > | |
| ObjectWithProperties (ObjectWithProperties< OtherType > &other) | |
| template<typename OtherDerived > | |
| ObjectWithProperties & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| ObjectWithProperties & | operator+= (const Eigen::MatrixBase< OtherDerived > &other) |
| template<typename OtherDerived > | |
| ObjectWithProperties & | operator-= (const Eigen::MatrixBase< OtherDerived > &other) |
| template<typename T , disable_for_templated_t< T, Eigen::MatrixBase > = 0> | |
| ObjectWithProperties & | operator+= (const T &other)=delete |
| template<typename T , disable_for_templated_t< T, Eigen::MatrixBase > = 0> | |
| ObjectWithProperties & | operator-= (const T &other)=delete |
| template<typename T > | |
| ObjectWithProperties & | operator*= (const T &other)=delete |
| template<typename T > | |
| ObjectWithProperties & | operator/= (const T &other)=delete |
| template<typename OtherDerived > | |
| ObjectWithProperties & | assignKeepProperties (const Eigen::MatrixBase< OtherDerived > &other) |
| const MatrixProperties & | properties () const |
| MatrixProperties & | properties () |
| void | properties (const MatrixProperties &p) |
| KeepProperties< MatrixType, refOnProperties > | keepProperties (bool keep) |
An Eigen object together with MatrixProperties.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Create a proxy to specify whether an assignment should preserve the properties of the matrix.
| keep | true it the properties should be left untouched, false otherwise. |
|
delete |
|
inline |
|
delete |
|
inline |
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |