Np

linAlg

Linear Algebra

A fast lite memory efficient Scientific Computing for php

Tags
category

Scientific Computing

author

ghost (Shubham Chaudhary)

email

ghost.jat@gmail.com

copyright

(c) 2020-2021, Shubham Chaudhary

Table of Contents

dot()  : matrix|vector
get dot product of m.m | m.v | v.v
inverse()  : matrix|null
FIXEME:-Bug noticed on 10/06/21 Compute the multiplicative inverse of the matrix.
pseudoInverse()  : matrix|null
FIXEME:-Bug noticed on 10/06/21 Compute the (Moore-Penrose) pseudo inverse of the general matrix.
dotMatrix()  : matrix
get matrix & matrix dot product
dotVector()  : vector
get dot product of matrix & a vector

Methods

inverse()

FIXEME:-Bug noticed on 10/06/21 Compute the multiplicative inverse of the matrix.

public inverse() : matrix|null
Return values
matrix|null

pseudoInverse()

FIXEME:-Bug noticed on 10/06/21 Compute the (Moore-Penrose) pseudo inverse of the general matrix.

public pseudoInverse() : matrix|null
Return values
matrix|null

Search results