Documentation ¶
Index ¶
- type Vector
- func (v0 Vector) Add(v1 Vector) Vector
- func (v0 Vector) Apply(mat matrix.Matrix) Vector
- func (v0 Vector) Clone() Vector
- func (v0 Vector) Dimension() int
- func (v0 Vector) Dual() Vector
- func (v0 Vector) Equals(v1 Vector, eps ...float64) bool
- func (v0 Vector) InnerProduct(v1 Vector) complex128
- func (v0 Vector) IsOrthogonal(v1 Vector) bool
- func (v0 Vector) IsUnit() bool
- func (v0 Vector) Mul(z complex128) Vector
- func (v0 Vector) Norm() complex128
- func (v0 Vector) OuterProduct(v1 Vector) matrix.Matrix
- func (v0 Vector) TensorProduct(v1 Vector) Vector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vector ¶
type Vector []complex128
func New ¶
func New(z ...complex128) Vector
func TensorProduct ¶
func TensorProductN ¶
func (Vector) InnerProduct ¶
func (v0 Vector) InnerProduct(v1 Vector) complex128
func (Vector) IsOrthogonal ¶
func (Vector) Mul ¶
func (v0 Vector) Mul(z complex128) Vector
func (Vector) Norm ¶
func (v0 Vector) Norm() complex128
func (Vector) TensorProduct ¶
Click to show internal directories.
Click to hide internal directories.