GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
smatm3.f File Reference

Go to the source code of this file.

Functions

subroutine smatm3 (m, n, k, np, a, b, c)

Function Documentation

subroutine smatm3 ( integer  m,
integer  n,
integer  k,
integer  np,
real, dimension(m*k,np)  a,
real, dimension(k*n,np)  b,
real, dimension(m*n,np)  c 
)

Definition at line 21 of file smatm3.f.

Referenced by Fblkmm().