![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Functions | |
| def | my_qr (Y_blocks) |
| def | my_svd (B_blocks) |
| def | rsvd (A, desired_rank, oversampling=10, row_splits=10, column_splits=1) |
| def | truncated_svd (Matrix, epsilon=0) |
| def parallel_svd.my_qr | ( | Y_blocks | ) |
| def parallel_svd.my_svd | ( | B_blocks | ) |
| def parallel_svd.rsvd | ( | A, | |
| desired_rank, | |||
oversampling = 10, |
|||
row_splits = 10, |
|||
column_splits = 1 |
|||
| ) |
| def parallel_svd.truncated_svd | ( | Matrix, | |
epsilon = 0 |
|||
| ) |