The Complete SPRLIB & ANNLIB

matcopy

- copy matrix A to B

SYNOPSIS

void matcopy (A, m, n, B)

ARGUMENTS

double **A Input matrix.
double **B Output (result) matrix.
int n First dimension. See in FUNCTION below.
int m Second dimension. See in FUNCTION below.

RETURNS

Nothing.

FUNCTION

See above. Matrix A and B must have the following format: A[1..m][1..n], B[1..m][1..n]. In mathematical form: B = A.

NOTE

A core dump will probably result if the requirements are violated!

SEE ALSO

mattransp, vecinmult, matvecmult, matmult, matinv, matinvd

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998