Skip to content

Commit

Permalink
Deploying to gh-pages from @ b050add 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Jun 10, 2024
1 parent da751bb commit c828b22
Show file tree
Hide file tree
Showing 50 changed files with 3,389 additions and 58,778 deletions.
2 changes: 1 addition & 1 deletion assets/main.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
3,676 changes: 214 additions & 3,462 deletions classes/AbstractMatrix.html

Large diffs are not rendered by default.

147 changes: 6 additions & 141 deletions classes/CholeskyDecomposition.html

Large diffs are not rendered by default.

4,099 changes: 222 additions & 3,877 deletions classes/DistanceMatrix.html

Large diffs are not rendered by default.

132 changes: 4 additions & 128 deletions classes/EigenvalueDecomposition.html

Large diffs are not rendered by default.

160 changes: 5 additions & 155 deletions classes/LuDecomposition.html

Large diffs are not rendered by default.

4,025 changes: 224 additions & 3,801 deletions classes/Matrix.html

Large diffs are not rendered by default.

3,883 changes: 214 additions & 3,669 deletions classes/MatrixColumnSelectionView.html

Large diffs are not rendered by default.

3,883 changes: 214 additions & 3,669 deletions classes/MatrixColumnView.html

Large diffs are not rendered by default.

3,881 changes: 214 additions & 3,667 deletions classes/MatrixFlipColumnView.html

Large diffs are not rendered by default.

3,881 changes: 214 additions & 3,667 deletions classes/MatrixFlipRowView.html

Large diffs are not rendered by default.

3,883 changes: 214 additions & 3,669 deletions classes/MatrixRowSelectionView.html

Large diffs are not rendered by default.

3,883 changes: 214 additions & 3,669 deletions classes/MatrixRowView.html

Large diffs are not rendered by default.

3,885 changes: 214 additions & 3,671 deletions classes/MatrixSelectionView.html

Large diffs are not rendered by default.

3,889 changes: 214 additions & 3,675 deletions classes/MatrixSubView.html

Large diffs are not rendered by default.

3,881 changes: 214 additions & 3,667 deletions classes/MatrixTransposeView.html

Large diffs are not rendered by default.

166 changes: 5 additions & 161 deletions classes/Nipals-1.html

Large diffs are not rendered by default.

158 changes: 8 additions & 150 deletions classes/QrDecomposition.html

Large diffs are not rendered by default.

216 changes: 10 additions & 206 deletions classes/SingularValueDecomposition.html

Large diffs are not rendered by default.

4,076 changes: 225 additions & 3,851 deletions classes/SymmetricMatrix.html

Large diffs are not rendered by default.

3,883 changes: 214 additions & 3,669 deletions classes/WrapperMatrix1D.html

Large diffs are not rendered by default.

3,881 changes: 214 additions & 3,667 deletions classes/WrapperMatrix2D.html

Large diffs are not rendered by default.

86 changes: 1 addition & 85 deletions functions/correlation.html

Large diffs are not rendered by default.

86 changes: 1 addition & 85 deletions functions/covariance.html

Large diffs are not rendered by default.

75 changes: 2 additions & 73 deletions functions/determinant.html

Large diffs are not rendered by default.

84 changes: 4 additions & 80 deletions functions/inverse.html

Large diffs are not rendered by default.

80 changes: 3 additions & 77 deletions functions/linearDependencies.html

Large diffs are not rendered by default.

83 changes: 4 additions & 79 deletions functions/pseudoInverse.html

Large diffs are not rendered by default.

81 changes: 2 additions & 79 deletions functions/solve.html

Large diffs are not rendered by default.

82 changes: 1 addition & 81 deletions functions/wrap.html

Large diffs are not rendered by default.

99 changes: 2 additions & 97 deletions index.html

Large diffs are not rendered by default.

86 changes: 2 additions & 84 deletions interfaces/ICenterByOptions.html

Large diffs are not rendered by default.

86 changes: 2 additions & 84 deletions interfaces/ICenterOptions.html

Large diffs are not rendered by default.

100 changes: 4 additions & 96 deletions interfaces/ICorrelationOptions.html

Large diffs are not rendered by default.

90 changes: 3 additions & 87 deletions interfaces/ICovarianceOptions.html

Large diffs are not rendered by default.

90 changes: 3 additions & 87 deletions interfaces/IEVDOptions.html

Large diffs are not rendered by default.

106 changes: 6 additions & 100 deletions interfaces/ILinearDependenciesOptions.html

Large diffs are not rendered by default.

116 changes: 7 additions & 109 deletions interfaces/INipalsOptions.html

Large diffs are not rendered by default.

127 changes: 8 additions & 119 deletions interfaces/IRandomIntOptions.html

Large diffs are not rendered by default.

101 changes: 4 additions & 97 deletions interfaces/IRandomOptions.html

Large diffs are not rendered by default.

106 changes: 6 additions & 100 deletions interfaces/IRepeatOptions.html

Large diffs are not rendered by default.

110 changes: 5 additions & 105 deletions interfaces/ISVDOptions.html

Large diffs are not rendered by default.

86 changes: 2 additions & 84 deletions interfaces/IScaleByOptions.html

Large diffs are not rendered by default.

113 changes: 6 additions & 107 deletions interfaces/IScaleOptions.html

Large diffs are not rendered by default.

132 changes: 10 additions & 122 deletions interfaces/IToStringOptions.html

Large diffs are not rendered by default.

92 changes: 2 additions & 90 deletions interfaces/IVarianceByOptions.html

Large diffs are not rendered by default.

92 changes: 2 additions & 90 deletions interfaces/IVarianceOptions.html

Large diffs are not rendered by default.

90 changes: 3 additions & 87 deletions interfaces/IWrap1DOptions.html

Large diffs are not rendered by default.

107 changes: 5 additions & 102 deletions modules.html

Large diffs are not rendered by default.

0 comments on commit c828b22

Please sign in to comment.