mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1ec427a17d
This library can be useful to anybody who needs to write code that involves matrix and vector computations. Please see the documentation here: https://github.com/rmjarvis/tmv/blob/master/doc/TMV_Documentation.pdf Approved by: tcberner (mentor) Differential Revision: D13689
107 lines
3.0 KiB
Plaintext
107 lines
3.0 KiB
Plaintext
include/TMV.h
|
|
include/TMV_Band.h
|
|
include/TMV_Diag.h
|
|
include/TMV_Small.h
|
|
include/TMV_Sym.h
|
|
include/TMV_SymBand.h
|
|
include/TMV_Tri.h
|
|
include/tmv/TMV_Array.h
|
|
include/tmv/TMV_AuxAllDiv.h
|
|
include/tmv/TMV_AuxMatComposite1.h
|
|
include/tmv/TMV_AuxMatComposite2.h
|
|
include/tmv/TMV_AuxMatComposite3.h
|
|
include/tmv/TMV_AuxProdMM.h
|
|
include/tmv/TMV_AuxProdMMa.h
|
|
include/tmv/TMV_AuxProdXM.h
|
|
include/tmv/TMV_AuxProdXV.h
|
|
include/tmv/TMV_AuxQuotMM.h
|
|
include/tmv/TMV_AuxQuotMMa.h
|
|
include/tmv/TMV_AuxQuotXM.h
|
|
include/tmv/TMV_AuxQuotXMa.h
|
|
include/tmv/TMV_AuxSumMM.h
|
|
include/tmv/TMV_AuxSumMMa.h
|
|
include/tmv/TMV_AuxSumMMb.h
|
|
include/tmv/TMV_AuxSumMX.h
|
|
include/tmv/TMV_AuxTQuotMM.h
|
|
include/tmv/TMV_AuxTQuotMMa.h
|
|
include/tmv/TMV_AuxVecComposite.h
|
|
include/tmv/TMV_BandLUD.h
|
|
include/tmv/TMV_BandMatrix.h
|
|
include/tmv/TMV_BandMatrixArith.h
|
|
include/tmv/TMV_BandMatrixArithFunc.h
|
|
include/tmv/TMV_BandQRD.h
|
|
include/tmv/TMV_BandSVD.h
|
|
include/tmv/TMV_BandSymArith.h
|
|
include/tmv/TMV_BandSymBandArith.h
|
|
include/tmv/TMV_Base.h
|
|
include/tmv/TMV_BaseBandMatrix.h
|
|
include/tmv/TMV_BaseDiagMatrix.h
|
|
include/tmv/TMV_BaseMatrix.h
|
|
include/tmv/TMV_BaseSymBandMatrix.h
|
|
include/tmv/TMV_BaseSymMatrix.h
|
|
include/tmv/TMV_BaseTriMatrix.h
|
|
include/tmv/TMV_BaseVector.h
|
|
include/tmv/TMV_DiagBandArith.h
|
|
include/tmv/TMV_DiagMatrix.h
|
|
include/tmv/TMV_DiagMatrixArith.h
|
|
include/tmv/TMV_DiagMatrixArithFunc.h
|
|
include/tmv/TMV_DiagSymArith.h
|
|
include/tmv/TMV_DiagSymBandArith.h
|
|
include/tmv/TMV_DiagTriArith.h
|
|
include/tmv/TMV_DiagTriArithFunc.h
|
|
include/tmv/TMV_Divider.h
|
|
include/tmv/TMV_Givens.h
|
|
include/tmv/TMV_Householder.h
|
|
include/tmv/TMV_IOStyle.h
|
|
include/tmv/TMV_LUD.h
|
|
include/tmv/TMV_ListInit.h
|
|
include/tmv/TMV_MIt.h
|
|
include/tmv/TMV_Matrix.h
|
|
include/tmv/TMV_MatrixArith.h
|
|
include/tmv/TMV_MatrixArithFunc.h
|
|
include/tmv/TMV_PackedQ.h
|
|
include/tmv/TMV_Permutation.h
|
|
include/tmv/TMV_PermutationArith.h
|
|
include/tmv/TMV_QRD.h
|
|
include/tmv/TMV_QRPD.h
|
|
include/tmv/TMV_SVD.h
|
|
include/tmv/TMV_SimpleMatrix.h
|
|
include/tmv/TMV_SmallMatrix.h
|
|
include/tmv/TMV_SmallMatrixArith.h
|
|
include/tmv/TMV_SmallMatrixArithFunc.h
|
|
include/tmv/TMV_SmallMatrixDiv.h
|
|
include/tmv/TMV_SmallVector.h
|
|
include/tmv/TMV_SmallVectorArith.h
|
|
include/tmv/TMV_SmallVectorArithFunc.h
|
|
include/tmv/TMV_SymBandCHD.h
|
|
include/tmv/TMV_SymBandMatrix.h
|
|
include/tmv/TMV_SymBandMatrixArith.h
|
|
include/tmv/TMV_SymBandMatrixArithFunc.h
|
|
include/tmv/TMV_SymBandSVD.h
|
|
include/tmv/TMV_SymCHD.h
|
|
include/tmv/TMV_SymDivider.h
|
|
include/tmv/TMV_SymHouseholder.h
|
|
include/tmv/TMV_SymLDLD.h
|
|
include/tmv/TMV_SymMatrix.h
|
|
include/tmv/TMV_SymMatrixArith.h
|
|
include/tmv/TMV_SymMatrixArithFunc.h
|
|
include/tmv/TMV_SymSVD.h
|
|
include/tmv/TMV_SymSymBandArith.h
|
|
include/tmv/TMV_TriBandArith.h
|
|
include/tmv/TMV_TriBandArithFunc.h
|
|
include/tmv/TMV_TriDiv.h
|
|
include/tmv/TMV_TriMatrix.h
|
|
include/tmv/TMV_TriMatrixArith.h
|
|
include/tmv/TMV_TriMatrixArithFunc.h
|
|
include/tmv/TMV_TriSymArith.h
|
|
include/tmv/TMV_TriSymBandArith.h
|
|
include/tmv/TMV_VIt.h
|
|
include/tmv/TMV_Vector.h
|
|
include/tmv/TMV_VectorArith.h
|
|
include/tmv/TMV_VectorArithFunc.h
|
|
lib/libtmv.so
|
|
lib/libtmv.so.0
|
|
lib/libtmv_symband.so
|
|
lib/libtmv_symband.so.0
|
|
%%PORTDOCS%%%%DOCSDIR%%/TMV_Documentation.pdf
|