lib 1400578 // ejml-simple (matrix library) lib 1400579 // ejml-core lib 1400580 // ejml-ddense import org.ejml.simple.*; var matrix = new SimpleMatrix(new double[][] { {1, 2}, {3, 4 } }); print(matrix); print(trace := matrix.trace()); print(deg := matrix.determinant()); var evd = new SimpleEVD(matrix);
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035323 |
| Snippet name: | EJML Experiments |
| Eternal ID of this version: | #1035323/1 |
| Text MD5: | 680902647c9e8549964c907d5642eb84 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX (incomplete) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-01 03:13:37 |
| Source code size: | 318 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 352 / 359 |
| Referenced in: | [show references] |