-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Frobenius Norm of the Eigenvalues (1, 2, 3) - R1 Square SVD Based Frobenius Norm (4, 5, 6) - Frobenius Evaluator SVD Based Norm (7, 8, 9) - Infinity, Infinity Max Matrix Norm Shell (10, 11, 12) - Infinity, Infinity Max Matrix Norm Constructor (13, 14, 15) - Infinity, Infinity Max Matrix Norm Evaluate (16, 17, 18) - Eigen-value and Eigen-component Extraction Schemes (19, 20, 21) - Jordan Normal, UV, and QR Decompositions #1 (22, 23, 24) - Jordan Normal, UV, and QR Decompositions #2 (25, 26, 27) - Jordan Normal, UV, and QR Decompositions #3 (28, 29, 30) - Jordan Normal, UV, and QR Decompositions #4 (31, 32, 33) - Numerical Eigenization QR Decomposition Matrices (34, 35, 36) - SVD Decomposition Numerical UV Shell (37, 38, 39) - SVD Decomposition Decomposed U (40, 41) - SVD Decomposition Decomposed V (42, 43) - SVD Decomposition Numerical UV Constructor (44, 45, 46) - Singular Value Decomposer Decomposition Shell (47, 48) - Singular Value Decomposer Decomposition Decompose (49, 50, 51) - Gamma2 Evaluator Matrix Norm Shell (52, 53, 54) - Gamma2 Evaluator Matrix Norm Constructor (55, 56, 57) - Gamma2 Evaluator Matrix Norm Decomposer (58, 59) - Gamma2 Evaluator 2 Infinity Norm (60, 61) - Gamma2 Evaluator Matrix Norm Evaluator (62, 63, 64) - Portfolio Construction Request/Response Constructs (65, 66) - Portfolio Construction Component Framework Manager (67, 68, 69) - Portfolio Construction Manager Universe Container (70, 71, 72) - Portfolio Universe Container Holdings Map (73, 74, 75) - Portfolio Universe Container Holdings Addition (79, 80, 81) - Portfolio Universe Container Holdings Containment (82, 83, 84) - Portfolio Universe Container Holdings Retrieval (85, 86, 87) - Portfolio Universe Container Holdings Constructor (88, 89, 90) - Portfolio Construction Block Category #1 (91, 92, 93) - Portfolio Construction Block Category #2 (94, 95, 96) - Optimizer Formulation Term Objective Category (97, 98, 99) - Portfolio Construction Block Category #3 (100, 101, 102) - Portfolio Construction Block Category #4 (103, 104, 105) - Portfolio Construction Block Category ACCOUNT (106, 107, 108) - Portfolio Construction Block Category ASSET (109, 110, 111) - Portfolio Construction Block Category ATTRIBUTE JOINT DENSE (112, 113, 114) - Portfolio Construction Block Category ATTRIBUTE JOINT FACTOR (115, 116, 117) Bug Fixes/Re-organization: Samples: IdeaDRIP:
- Loading branch information
Showing
53 changed files
with
1,318 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
Features: | ||
|
||
- Frobenius Norm of the Eigenvalues (1, 2, 3) | ||
- R1 Square SVD Based Frobenius Norm (4, 5, 6) | ||
- Frobenius Evaluator SVD Based Norm (7, 8, 9) | ||
- Infinity, Infinity Max Matrix Norm Shell (10, 11, 12) | ||
- Infinity, Infinity Max Matrix Norm Constructor (13, 14, 15) | ||
- Infinity, Infinity Max Matrix Norm Evaluate (16, 17, 18) | ||
- Eigen-value and Eigen-component Extraction Schemes (19, 20, 21) | ||
- Jordan Normal, UV, and QR Decompositions #1 (22, 23, 24) | ||
- Jordan Normal, UV, and QR Decompositions #2 (25, 26, 27) | ||
- Jordan Normal, UV, and QR Decompositions #3 (28, 29, 30) | ||
- Jordan Normal, UV, and QR Decompositions #4 (31, 32, 33) | ||
- Numerical Eigenization QR Decomposition Matrices (34, 35, 36) | ||
- SVD Decomposition Numerical UV Shell (37, 38, 39) | ||
- SVD Decomposition Decomposed U (40, 41) | ||
- SVD Decomposition Decomposed V (42, 43) | ||
- SVD Decomposition Numerical UV Constructor (44, 45, 46) | ||
- Singular Value Decomposer Decomposition Shell (47, 48) | ||
- Singular Value Decomposer Decomposition Decompose (49, 50, 51) | ||
- Gamma2 Evaluator Matrix Norm Shell (52, 53, 54) | ||
- Gamma2 Evaluator Matrix Norm Constructor (55, 56, 57) | ||
- Gamma2 Evaluator Matrix Norm Decomposer (58, 59) | ||
- Gamma2 Evaluator 2 Infinity Norm (60, 61) | ||
- Gamma2 Evaluator Matrix Norm Evaluator (62, 63, 64) | ||
- Portfolio Construction Request/Response Constructs (65, 66) | ||
- Portfolio Construction Component Framework Manager (67, 68, 69) | ||
- Portfolio Construction Manager Universe Container (70, 71, 72) | ||
- Portfolio Universe Container Holdings Map (73, 74, 75) | ||
- Portfolio Universe Container Holdings Addition (79, 80, 81) | ||
- Portfolio Universe Container Holdings Containment (82, 83, 84) | ||
- Portfolio Universe Container Holdings Retrieval (85, 86, 87) | ||
- Portfolio Universe Container Holdings Constructor (88, 89, 90) | ||
- Portfolio Construction Block Category #1 (91, 92, 93) | ||
- Portfolio Construction Block Category #2 (94, 95, 96) | ||
- Optimizer Formulation Term Objective Category (97, 98, 99) | ||
- Portfolio Construction Block Category #3 (100, 101, 102) | ||
- Portfolio Construction Block Category #4 (103, 104, 105) | ||
- Portfolio Construction Block Category ACCOUNT (106, 107, 108) | ||
- Portfolio Construction Block Category ASSET (109, 110, 111) | ||
- Portfolio Construction Block Category ATTRIBUTE JOINT DENSE (112, 113, 114) | ||
- Portfolio Construction Block Category ATTRIBUTE JOINT FACTOR (115, 116, 117) | ||
|
||
|
||
Bug Fixes/Re-organization: | ||
|
||
Samples: | ||
|
||
IdeaDRIP: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.