strassen

package
v0.0.0-...-736f5eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2015 License: MIT Imports: 2 Imported by: 0

README

Strassen Algorithm

The Strassen algorithm is faster than the standard matrix multiplication algorithm and is useful in practice for large matrices.

Time complexity: O(n ^ 2.80)

Pseudocode: Strassen (McGill University)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Multiply

func Multiply(A *matrix.Matrix, B *matrix.Matrix) *matrix.Matrix

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL