ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SquareMatrix.h File Reference
#include "CVGeom.h"
#include <cassert>
#include <cstdio>
#include <cstring>
#include <vector>
Include dependency graph for SquareMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::SquareMatrixTpl< Scalar >
 Square matrix. More...
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 

Typedefs

using cloudViewer::SquareMatrix = SquareMatrixTpl< PointCoordinateType >
 Default CC square matrix type (PointCoordinateType) More...
 
using cloudViewer::SquareMatrixf = SquareMatrixTpl< float >
 Float square matrix type. More...
 
using cloudViewer::SquareMatrixd = SquareMatrixTpl< double >
 Double square matrix type. More...