Go to the documentation of this file.
10 #ifndef EIGEN_SELFADJOINTRANK2UPTADE_H
11 #define EIGEN_SELFADJOINTRANK2UPTADE_H
21 template<
typename Scalar,
typename Index,
typename UType,
typename VType,
int UpLo>
24 template<
typename Scalar,
typename Index,
typename UType,
typename VType>
40 template<
typename Scalar,
typename Index,
typename UType,
typename VType>
55 CwiseUnaryOp<scalar_conjugate_op<typename traits<T>::Scalar>,T> > {};
59 template<
typename MatrixType,
unsigned int UpLo>
60 template<
typename DerivedU,
typename DerivedV>
65 typedef typename UBlasTraits::DirectLinearAccessType ActualUType;
70 typedef typename VBlasTraits::DirectLinearAccessType ActualVType;
78 Scalar actualAlpha =
alpha * UBlasTraits::extractScalarFactor(u.derived())
79 *
numext::conj(VBlasTraits::extractScalarFactor(
v.derived()));
87 ::
run(_expression().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(actualV),actualAlpha);
94 #endif // EIGEN_SELFADJOINTRANK2UPTADE_H
#define EIGEN_DEVICE_FUNC
Namespace containing all symbols from the Eigen library.
static EIGEN_DEVICE_FUNC void run(Scalar *mat, Index stride, const UType &u, const VType &v, const Scalar &alpha)
const unsigned int RowMajorBit
Expression of a selfadjoint matrix from a triangular part of a dense matrix.
internal::traits< SelfAdjointView >::Scalar Scalar
The type of coefficients in this matrix.
static void run(Scalar *mat, Index stride, const UType &u, const VType &v, const Scalar &alpha)
AnnoyingScalar conj(const AnnoyingScalar &x)
A matrix or vector expression mapping an existing array of data.
Array< int, Dynamic, 1 > v
Base class for all dense matrices, vectors, and expressions.
EIGEN_CONSTEXPR Index size(const T &x)
EIGEN_DEVICE_FUNC SelfAdjointView & rankUpdate(const MatrixBase< DerivedU > &u, const MatrixBase< DerivedV > &v, const Scalar &alpha=Scalar(1))
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:35:05