occ
|
#include <linear_algebra.h>
Public Member Functions | |
MatSix | operator+ (const MatSix &rhs) const |
MatSix | operator- (const MatSix &rhs) const |
void | scale_by (double fac) |
void | symmetrize () |
Static Public Member Functions | |
static MatSix | Zero (Eigen::Index rows, Eigen::Index cols) |
Public Attributes | |
Mat | xx |
Mat | yy |
Mat | zz |
Mat | xy |
Mat | xz |
Mat | yz |
void occ::MatSix::scale_by | ( | double | fac | ) |
void occ::MatSix::symmetrize | ( | ) |
|
inlinestatic |
Mat occ::MatSix::xx |
Mat occ::MatSix::xy |
Mat occ::MatSix::xz |
Mat occ::MatSix::yy |
Mat occ::MatSix::yz |
Mat occ::MatSix::zz |