Skip to main content
POST
Matrix-Vector Multiplication

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

Matrix (m × n)

Example:
x
number[]
required

Vector (n × 1)

Example:

Response

Successful Response

success
boolean
Example:

true

data
object