some headings for the math.blas.syntax help summary

db4
Joe Groff 2008-07-05 19:49:54 -07:00
parent 1b63addff1
commit 402b2079aa
1 changed files with 2 additions and 0 deletions

View File

@ -2,10 +2,12 @@ USING: help.markup help.syntax math.blas.matrices math.blas.vectors multiline ;
IN: math.blas.syntax
ARTICLE: "math.blas.syntax" "BLAS interface literal syntax"
"Vectors:"
{ $subsection POSTPONE: svector{ }
{ $subsection POSTPONE: dvector{ }
{ $subsection POSTPONE: cvector{ }
{ $subsection POSTPONE: zvector{ }
"Matrices:"
{ $subsection POSTPONE: smatrix{ }
{ $subsection POSTPONE: dmatrix{ }
{ $subsection POSTPONE: cmatrix{ }