mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* Block: row and column expressions in the inner direction
now have the Like1D flag. * Big renaming: packetCoeff ---> packet VectorizableBit ---> PacketAccessBit Like1DArrayBit ---> LinearAccessBit
This commit is contained in:
@@ -229,9 +229,9 @@ template<typename Derived> class MatrixBase : public ArrayBase<Derived>
|
||||
Scalar& operator[](int index);
|
||||
|
||||
template<int LoadMode>
|
||||
PacketScalar packetCoeff(int row, int col) const;
|
||||
PacketScalar packet(int row, int col) const;
|
||||
template<int StoreMode>
|
||||
void writePacketCoeff(int row, int col, const PacketScalar& x);
|
||||
void writePacket(int row, int col, const PacketScalar& x);
|
||||
|
||||
const Scalar x() const;
|
||||
const Scalar y() const;
|
||||
|
||||
Reference in New Issue
Block a user