Np

svd
in package

SVD Compute the singular value decomposition of a matrix and return an object of the singular values and unitary matrices

Tags
category

Scientific Library for Php

author

ghost (Shubham Chaudhary)

email

ghost.jat@gmail.com

copyright

(c) 2020-2021, Shubham Chaudhary

Table of Contents

factory()  : self
s()  : vector
Return the singular values of matrix.
u()  : matrix
Return the U matrix.
v()  : matrix
Return the V matrix.
vt()  : matrix
Return the V transposed matrix.
__construct()  : mixed

Methods

factory()

public static factory(matrix $m) : self
Parameters
$m : matrix
Return values
self

s()

Return the singular values of matrix.

public s() : vector
Return values
vector

vt()

Return the V transposed matrix.

public vt() : matrix
Return values
matrix

Search results