Re: memory limit?

From: Dominik Gruntz <"Dominik>
Date: Wed, 27 Jun 2001 13:44:27 +0200

> Try
>
> PROCEDURE Mult ( IN A, B : Matrix; VAR res : Matrix )
>
> or
>
> PROCEDURE Mult ( IN A, B : Matrix; OUT res : Matrix )

but keep care not to call this procedure as Mult(A, B, A).
Although the arguments are declared as IN, they are passed
by reference! Writing to the result (A) means that you change
the input matrix.

- Dominik



--------------------------------------------

To unsubscribe from this mailing list, send a message containing the word "unsubscribe" to:
   blackbox-request{([at]})nowhere.xy

To get a list of valid e-mail commands and instructions on their usage, send a message containing the word "help" to the above address.

Send any problem reports or questions related to this email list to the list owner at
   owner-blackbox{([at]})nowhere.xy
Received on Wed Jun 27 2001 - 11:44:27 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:27:43 UTC