half: the half operation of A return a matrix B of the same...

Description Usage

View source: R/matrix.utility.R

Description

the half operation of A return a matrix B of the same dimension of A, such that B(i,j)=A(i,j) if i>j, B(i,i)=A(i,i)/2, and B(i,j)=0 if i<j

Usage

1
half(A)

linulysses/matrix-manifold documentation built on Jan. 19, 2022, 3:56 p.m.