EucDist: Solve the problem: ||A-B||^2 = ||A||^2 + ||B||^2 - 2*A'*B

Description Usage Arguments Value

View source: R/MainFunctions.R

Description

Solve the problem: ||A-B||^2 = ||A||^2 + ||B||^2 - 2*A'*B

Usage

1
EucDist(A, B)

Arguments

A

matrix or vector

B

matrix or vector

Value

d matrix or vector


RCSL documentation built on April 19, 2021, 9:06 a.m.