https://github.com/cran/multivariance
Raw File
Tip revision: 71cc2d66e2e947a4fd1ea1041711e731420b36ef authored by Björn Böttcher on 19 March 2019, 14:00:03 UTC
version 2.1.0
Tip revision: 71cc2d6
doubleCenterSymMat.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{doubleCenterSymMat}
\alias{doubleCenterSymMat}
\title{doubly center a symmetric matrix}
\usage{
doubleCenterSymMat(x, normalize)
}
\arguments{
\item{x}{symmetric matrix}

\item{normalize}{boolean. If \code{TRUE} the matrix will be normalized to mean 1.}
}
\description{
doubly center a symmetric matrix
}
\keyword{internal}
back to top