init_from_matrix


Description:

public unowned Matrix? init_from_matrix (Matrix b)

Initializes the Matrix this with the contents of the Matrix b.

Parameters:

this

the Matrix to initialize

b

the Matrix to copy

Returns:

the initialized Matrix