Skip to main content
POST
Matrix Decomposition

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
A
number[][]
required

Input matrix (requirements depend on method: LU/QR/SVD work on any, Cholesky requires positive definite symmetric)

Example:
method
enum<string>
default:lu

Decomposition method

Available options:
lu,
cholesky,
qr,
svd
Example:

"cholesky"

Response

Successful Response

success
boolean
Example:

true

data
object

Decomposition result (structure depends on method)