Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ddot(3) [centos man page]

ddot.f(3)							      LAPACK								 ddot.f(3)

NAME
ddot.f - SYNOPSIS
Functions/Subroutines DOUBLE PRECISION function ddot (N, DX, INCX, DY, INCY) DDOT Function/Subroutine Documentation DOUBLE PRECISION function ddot (integerN, double precision, dimension(*)DX, integerINCX, double precision, dimension(*)DY, integerINCY) DDOT Purpose: DDOT forms the dot product of two vectors. uses unrolled loops for increments equal to one. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Further Details: jack dongarra, linpack, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*) Definition at line 52 of file ddot.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 ddot.f(3)

Check Out this Related Man Page

dlartv.f(3)							      LAPACK							       dlartv.f(3)

NAME
dlartv.f - SYNOPSIS
Functions/Subroutines subroutine dlartv (N, X, INCX, Y, INCY, C, S, INCC) DLARTV Function/Subroutine Documentation subroutine dlartv (integerN, double precision, dimension( * )X, integerINCX, double precision, dimension( * )Y, integerINCY, double precision, dimension( * )C, double precision, dimension( * )S, integerINCC) DLARTV Purpose: DLARTV applies a vector of real plane rotations to elements of the real vectors x and y. For i = 1,2,...,n ( x(i) ) := ( c(i) s(i) ) ( x(i) ) ( y(i) ) ( -s(i) c(i) ) ( y(i) ) Parameters: N N is INTEGER The number of plane rotations to be applied. X X is DOUBLE PRECISION array, dimension (1+(N-1)*INCX) The vector x. INCX INCX is INTEGER The increment between elements of X. INCX > 0. Y Y is DOUBLE PRECISION array, dimension (1+(N-1)*INCY) The vector y. INCY INCY is INTEGER The increment between elements of Y. INCY > 0. C C is DOUBLE PRECISION array, dimension (1+(N-1)*INCC) The cosines of the plane rotations. S S is DOUBLE PRECISION array, dimension (1+(N-1)*INCC) The sines of the plane rotations. INCC INCC is INTEGER The increment between elements of C and S. INCC > 0. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Definition at line 109 of file dlartv.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.1 Sun May 26 2013 dlartv.f(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to extract text from xml file

I have some xml files that got created by exporting a website from RedDot. I would like to extract the cost, course number, description, and meeting information. <?xml version="1.0" encoding="UTF-16" standalone="yes" ?> - <PAG PAG0="3AE6FCFD86D34896A82FCA3B7B76FF90" PAG3="525312"... (3 Replies)
Discussion started by: chrisf
3 Replies

2. UNIX for Dummies Questions & Answers

Count Number Of lines in text files and append values to beginning of file

Hello, I have 50 text files in a directory called "AllFiles" I want to make a program that will go inside of the "AllFiles" Directory and count the number of lines in each individual text file. Then, the program will calculate how many more lines there are over 400 in each text file and... (7 Replies)
Discussion started by: motoxeryz125
7 Replies

3. Hardware

Strange Characters from ILOM

Hello, I have an x86 server with an ILOM connection that produces strange characters when I perform a start /SP/console, see below: Oracle(R) Integrated Lights Out Manager Version 3.0.16.10.a r68533 Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. -> start... (9 Replies)
Discussion started by: kerrygold
9 Replies

4. Shell Programming and Scripting

Difficulty to send image in mail body.

I have jpg file in my server. I am facing difficulty while sending the image in body . appreciate your help to fix to below code. echo "--FILEBOUNDARY" echo "Content-Type: image/jpg" echo "Content-Disposition: inline; filename=\"tick.jpg\"" echo... (3 Replies)
Discussion started by: Jewel
3 Replies