eigenMapMatMult2 {GWAS.BAYES}R Documentation

eigenMapMatMult2

Description

Matrix multiplication in C++ between two matrices.

Usage

eigenMapMatMult2(A, B)

Arguments

A

First Matrix

B

Second Matrix

Value

Returns the matrix multiplication of A*B


[Package GWAS.BAYES version 1.3.2 Index]