File: commutation.Rd

package info (click to toggle)
r-cran-lava 1.7.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,636 kB
  • sloc: sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/commutation.R
\name{commutation}
\alias{commutation}
\title{Finds the unique commutation matrix}
\usage{
commutation(m, n = m)
}
\arguments{
\item{m}{rows}

\item{n}{columns}
}
\description{
Finds the unique commutation matrix K:
\eqn{K vec(A) = vec(A^t)}
}
\author{
Klaus K. Holst
}