Skip to content

Commit

Permalink
No need to say Real/Integer - Real is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Sep 30, 2020
1 parent 45d1afe commit f7885d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Expand Up @@ -465,7 +465,7 @@ \subsection{Matrix and Vector Algebra Functions}\label{matrix-and-vector-algebra

The following set of built-in matrix and vector algebra functions are available.
The function transpose can be applied to any matrix.
The functions \lstinline!outerProduct!, \lstinline!symmetric!, \lstinline!cross! and \lstinline!skew! require \lstinline!Real!/\lstinline!Integer! vector(s) or matrix as input(s)
The functions \lstinline!outerProduct!, \lstinline!symmetric!, \lstinline!cross! and \lstinline!skew! require \lstinline!Real! vector(s) or matrix as input(s)
and returns a \lstinline!Real! vector or matrix:
\begin{longtable}[]{|p{3.5cm}|p{11.5cm}|}
\caption{Matrix and vector algebra functions.}\\
Expand Down

0 comments on commit f7885d0

Please sign in to comment.