occ
Loading...
Searching...
No Matches
occ::MatSix Struct Reference

#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
 

Member Function Documentation

◆ operator+()

MatSix occ::MatSix::operator+ ( const MatSix rhs) const

◆ operator-()

MatSix occ::MatSix::operator- ( const MatSix rhs) const

◆ scale_by()

void occ::MatSix::scale_by ( double  fac)

◆ symmetrize()

void occ::MatSix::symmetrize ( )

◆ Zero()

static MatSix occ::MatSix::Zero ( Eigen::Index  rows,
Eigen::Index  cols 
)
inlinestatic

Member Data Documentation

◆ xx

Mat occ::MatSix::xx

◆ xy

Mat occ::MatSix::xy

◆ xz

Mat occ::MatSix::xz

◆ yy

Mat occ::MatSix::yy

◆ yz

Mat occ::MatSix::yz

◆ zz

Mat occ::MatSix::zz

The documentation for this struct was generated from the following file: