aboutsummaryrefslogtreecommitdiffstats
path: root/man/blind-invert-matrix.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/blind-invert-matrix.135
1 files changed, 35 insertions, 0 deletions
diff --git a/man/blind-invert-matrix.1 b/man/blind-invert-matrix.1
new file mode 100644
index 0000000..d1f2dbc
--- /dev/null
+++ b/man/blind-invert-matrix.1
@@ -0,0 +1,35 @@
+.TH BLIND-INVERT-MATRIX 1 blind
+.SH NAME
+blind-invert-matrix - Invert matrix-vidoes
+.SH SYNOPSIS
+.B blind-invert-matrix
+[-e]
+.SH DESCRIPTION
+.B blind-invert-matrix
+reads a video representing a matrix from
+stdin, inverts it, and prints the results
+to stdout.
+.P
+The matrix must be at least as wide as it
+is tall. If the matrix is wider than it is
+tall, it is treated as an augmented matrix,
+and the unaugmented square matrix is
+eliminated to the identity matrix and the
+resuling augment is printed.
+.SH OPTIONS
+.TP
+.B -e
+Apply optimisation that assumes all channels
+are identical.
+.SH SEE ALSO
+.BR blind (7),
+.BR blind-multiply-matrices (1),
+.BR blind-transpose (1),
+.BR blind-flip (1),
+.BR blind-flop (1),
+.BR blind-rotate-90 (1),
+.BR blind-rotate-180 (1),
+.BR blind-rotate-270 (1)
+.SH AUTHORS
+Mattias Andrée
+.RI < maandree@kth.se >