int vector_mat_times_vec

(double** A, double* x, int n, int m,
  double* v)

Calculates Ax, where A is a double matrix and x a double vector

Documentation

Calculates Ax, where A is a double matrix and x a double vector
Parameters:
- A n x m matrix
x - vector to calculate
- n number of rows
- m number of columns
v - calculated vector (return value)

Alphabetic index



This page was generated with the help of DOC++.