Struct superlu::SuperMatrix [] [src]

pub struct SuperMatrix { /* fields omitted */ }

A super matrix.

Methods

impl SuperMatrix
[src]

[src]

Create a matrix from a raw structure.

The underlying memory is considered to be owned, and it will be freed when the object goes out of scope.

[src]

Consume the object returning the wrapped raw structure without freeing the underlying memory.

Trait Implementations

impl Drop for SuperMatrix
[src]

[src]

Executes the destructor for this type. Read more