├── README.md ├── largeMat.h ├── largeMat_Cholesky.h ├── largeMat_LU.h └── largeMat_SVD.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakericedesigns/Houdini-Matrix-Library/HEAD/README.md -------------------------------------------------------------------------------- /largeMat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakericedesigns/Houdini-Matrix-Library/HEAD/largeMat.h -------------------------------------------------------------------------------- /largeMat_Cholesky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakericedesigns/Houdini-Matrix-Library/HEAD/largeMat_Cholesky.h -------------------------------------------------------------------------------- /largeMat_LU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakericedesigns/Houdini-Matrix-Library/HEAD/largeMat_LU.h -------------------------------------------------------------------------------- /largeMat_SVD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakericedesigns/Houdini-Matrix-Library/HEAD/largeMat_SVD.h --------------------------------------------------------------------------------