hw2_1: Given a numeric matrix A and a numeric vector x, calculates...

Description Usage Arguments Value Examples

View source: R/HW2Functions.R

Description

Given a numeric matrix A and a numeric vector x, calculates xTA<e2><88><92>1x

Usage

1
hw2_1(A, x)

Arguments

A

matrix

x

vector

Value

value of xTA<e2><88><92>1x

Examples

1
hw2_1(matrix(rnorm(20),nc=5,nr=4),c(7,8,9))

kuanghuangying/KuangHuangyingTools documentation built on May 25, 2019, 9:30 p.m.