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
parallel_svd Namespace Reference

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)
 

Function Documentation

◆ my_qr()

def parallel_svd.my_qr (   Y_blocks)

◆ my_svd()

def parallel_svd.my_svd (   B_blocks)

◆ rsvd()

def parallel_svd.rsvd (   A,
  desired_rank,
  oversampling = 10,
  row_splits = 10,
  column_splits = 1 
)

◆ truncated_svd()

def parallel_svd.truncated_svd (   Matrix,
  epsilon = 0 
)