forked from mikerabat/mrmath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrMath.dpk
84 lines (80 loc) · 4.09 KB
/
mrMath.dpk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// ###################################################################
// #### This file is part of the mathematics library project, and is
// #### offered under the licence agreement described on
// #### http://www.mrsoft.org/
// ####
// #### Copyright:(c) 2011, Michael R. . All rights reserved.
// ####
// #### Unless required by applicable law or agreed to in writing, software
// #### distributed under the License is distributed on an "AS IS" BASIS,
// #### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// #### See the License for the specific language governing permissions and
// #### limitations under the License.
// ###################################################################
// ###################################################################
// #### certain MACOS contributions and testing William Cantrall
// ###################################################################
package mrMath;
requires
rtl;
contains
ASMMatrixAddSubOperations in 'ASMMatrixAddSubOperations.pas',
ASMMatrixAddSubOperationsx64 in 'ASMMatrixAddSubOperationsx64.pas',
ASMMatrixElementwiseMultOperations in 'ASMMatrixElementwiseMultOperations.pas',
ASMMatrixElementwiseMultOperationsx64 in 'ASMMatrixElementwiseMultOperationsx64.pas',
ASMMatrixMeanOperations in 'ASMMatrixMeanOperations.pas',
ASMMatrixMeanOperationsx64 in 'ASMMatrixMeanOperationsx64.pas',
ASMMatrixMinMaxOperations in 'ASMMatrixMinMaxOperations.pas',
ASMMatrixMinMaxOperationsx64 in 'ASMMatrixMinMaxOperationsx64.pas',
ASMMatrixMultOperations in 'ASMMatrixMultOperations.pas',
ASMMatrixMultOperationsx64 in 'ASMMatrixMultOperationsx64.pas',
ASMMatrixMultTransposedOperations in 'ASMMatrixMultTransposedOperations.pas',
ASMMatrixMultTransposedOperationsx64 in 'ASMMatrixMultTransposedOperationsx64.pas',
ASMMatrixNormOperations in 'ASMMatrixNormOperations.pas',
ASMMatrixNormOperationsx64 in 'ASMMatrixNormOperationsx64.pas',
ASMMatrixOperations in 'ASMMatrixOperations.pas',
ASMMatrixScaleOperations in 'ASMMatrixScaleOperations.pas',
ASMMatrixScaleOperationsx64 in 'ASMMatrixScaleOperationsx64.pas',
ASMMatrixSqrtOperations in 'ASMMatrixSqrtOperations.pas',
ASMMatrixSqrtOperationsx64 in 'ASMMatrixSqrtOperationsx64.pas',
ASMMatrixSumOperations in 'ASMMatrixSumOperations.pas',
ASMMatrixSumOperationsx64 in 'ASMMatrixSumOperationsx64.pas',
ASMMatrixTransposeOperations in 'ASMMatrixTransposeOperations.pas',
ASMMatrixTransposeOperationsx64 in 'ASMMatrixTransposeOperationsx64.pas',
ASMMatrixVectorMultOperations in 'ASMMatrixVectorMultOperations.pas',
ASMMatrixVectorMultOperationsx64 in 'ASMMatrixVectorMultOperationsx64.pas',
ASMMoveOperations in 'ASMMoveOperations.pas',
ASMMoveOperationsx64 in 'ASMMoveOperationsx64.pas',
BlockSizeSetup in 'BlockSizeSetup.pas',
CPUFeatures in 'CPUFeatures.pas',
Eigensystems in 'Eigensystems.pas',
LinearAlgebraicEquations in 'LinearAlgebraicEquations.pas',
MathUtilFunc in 'MathUtilFunc.pas',
Matrix in 'Matrix.pas',
MatrixConst in 'MatrixConst.pas',
MtxThreadPool in 'MtxThreadPool.pas',
OptimizedFuncs in 'OptimizedFuncs.pas',
SimpleMatrixOperations in 'SimpleMatrixOperations.pas',
ThreadedMatrix in 'ThreadedMatrix.pas',
ThreadedMatrixOperations in 'ThreadedMatrixOperations.pas',
BaseMathPersistence in 'BaseMathPersistence.pas',
BinaryReaderWriter in 'BinaryReaderWriter.pas',
JSONReaderWriter in 'JSONReaderWriter.pas',
PCA in 'PCA.pas',
NonLinearFit in 'NonLinearFit.pas',
ThreadedLinAlg in 'ThreadedLinAlg.pas',
IncrementalPCA in 'IncrementalPCA.pas',
MacOsThreadPool in 'mac\MacOsThreadPool.pas',
WinThreadPool in 'win\WinThreadPool.pas',
winCPUInfo in 'win\winCPUInfo.pas',
GCDDispatch in 'mac\GCDDispatch.pas',
MtxTimer in 'MtxTimer.pas',
ASMMatrixAbsOperations in 'ASMMatrixAbsOperations.pas',
ASMMatrixAbsOperationsx64 in 'ASMMatrixAbsOperationsx64.pas',
CCA in 'CCA.pas',
NNMF in 'NNMF.pas',
ICA in 'ICA.pas',
RandomEng in 'RandomEng.pas',
winRandomGen in 'win\winRandomGen.pas',
MacOsRandomGen in 'mac\MacOsRandomGen.pas';
end.