HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::mat3_internal Namespace Reference

Functions

template<typename T >
void pivot (int i, int j, Mat3< T > &S, Vec3< T > &D, Mat3< T > &Q)
 

Function Documentation

template<typename T >
void openvdb::OPENVDB_VERSION_NAME::math::mat3_internal::pivot ( int  i,
int  j,
Mat3< T > &  S,
Vec3< T > &  D,
Mat3< T > &  Q 
)
inline

scratch variables used in pivoting

pivot on Sij

Definition at line 668 of file Mat3.h.