hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox Chapter Introduction

X03 — inner products

Scope of the Chapter

This chapter is concerned with the calculation of innerproducts required by other functions within the Library.

Background to the Problems

Some Library functions require to calculate the innerproduct
c+ixiyi,  
preferably in additional precision, but, if this is unavailable or prohibitively expensive, then in basic precision. These functions call Chapter X03 so that machine dependencies of this type can be isolated to this chapter.

Recommendations on Choice and Use of Available Functions

Although these functions are primarily intended for use by other Library functions they may be accessed directly by you:
nag_dot_real_prec (x03aa) calculates the innerproduct for real values c, xi and yi,
nag_dot_complex_prec (x03ab) calculates the innerproduct for complex values c, xi and yi,

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015