Skip to main content
POST
Solve Least Squares Problem

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

Coefficient matrix (m × n, typically m > n for overdetermined system)

Example:
b
number[]
required

Observation vector (m × 1)

Example:

Response

Successful Response

success
boolean
Example:

true

data
object