package
0.0.0-20181209220409-c518dec07be9
Repository: https://github.com/gonum/matrix.git
Documentation: pkg.go.dev

# Functions

NewComplex returns a complex matrix constructed from r and i.
NewImag returns a mat64.Matrix representing the imaginary part of m.
NewReal returns a mat64.Matrix representing the real part of m.

# Structs

Complex is a complex matrix constructed from two real matrices.
Imag is the imaginary part of a complex matrix.
Real is the real part of a complex matrix.

# Interfaces

Imager is a complex matrix that can return its imaginary part.
Realer is a complex matrix that can return its real part.