Mojo function
svd
fn def svd(A: Matrix, k: Int) -> Tuple[Matrix, Matrix]
Args:
- A (
Matrix) - k (
Int)
Returns:
Tuple[Matrix, Matrix]
Raises:
Mojo function
svdfn def svd(A: Matrix, k: Int) -> Tuple[Matrix, Matrix]
Args:
Matrix)Int)Returns:
Tuple[Matrix, Matrix]
Raises: