Linux Manuals session 3

Section 3: library functions

  • |

    CSPTRF (3) Linux Manual Page

    csptrf.f – SynopsisFunctions/Subroutinessubroutine csptrf (UPLO, N, AP, IPIV, INFO) CSPTRF Function/Subroutine Documentationsubroutine csptrf (characterUPLO, integerN, complex, dimension( * )AP, integer, dimension( * )IPIV, integerINFO)CSPTRF Purpose: CSPTRF computes the factorization of a complex symmetric matrix A stored in packed format using the Bunch-Kaufman diagonal pivoting method: A = U*D*U**T or A = L*D*L**T where U (or…

  • |

    CSPSVX (3) Linux Manual Page

    cspsvx.f – SynopsisFunctions/Subroutinessubroutine cspsvx (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, RWORK, INFO) CSPSVX computes the solution to system of linear equations A * X = B for OTHER matrices Function/Subroutine Documentationsubroutine cspsvx (characterFACT, characterUPLO, integerN, integerNRHS, complex, dimension( * )AP, complex, dimension( * )AFP, integer, dimension(…

  • |

    CSPSV (3) Linux Manual Page

    cspsv.f – SynopsisFunctions/Subroutinessubroutine cspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO) CSPSV computes the solution to system of linear equations A * X = B for OTHER matrices Function/Subroutine Documentationsubroutine cspsv (characterUPLO, integerN, integerNRHS, complex, dimension( * )AP, integer, dimension( * )IPIV, complex, dimension( ldb, * )B, integerLDB, integerINFO) CSPSV computes the solution to…

  • |

    CSPRFS (3) Linux Manual Page

    csprfs.f – SynopsisFunctions/Subroutinessubroutine csprfs (UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO) CSPRFS Function/Subroutine Documentationsubroutine csprfs (characterUPLO, integerN, integerNRHS, complex, dimension( * )AP, complex, dimension( * )AFP, integer, dimension( * )IPIV, complex, dimension( ldb, * )B, integerLDB, complex, dimension( ldx, * )X, integerLDX, real, dimension( * )FERR, real,…

  • |

    CSPR (3) Linux Manual Page

    cspr.f – SynopsisFunctions/Subroutinessubroutine cspr (UPLO, N, ALPHA, X, INCX, AP) CSPR performs the symmetrical rank-1 update of a complex symmetric packed matrix. Function/Subroutine Documentationsubroutine cspr (characterUPLO, integerN, complexALPHA, complex, dimension( * )X, integerINCX, complex, dimension( * )AP)CSPR performs the symmetrical rank-1 update of a complex symmetric packed matrix. Purpose: CSPR performs the symmetric rank 1…

  • |

    CSPMV (3) Linux Manual Page

    cspmv.f – SynopsisFunctions/Subroutinessubroutine cspmv (UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY) CSPMV computes a matrix-vector product for complex vectors using a complex symmetric packed matrix Function/Subroutine Documentationsubroutine cspmv (characterUPLO, integerN, complexALPHA, complex, dimension( * )AP, complex, dimension( * )X, integerINCX, complexBETA, complex, dimension( * )Y, integerINCY)CSPMV computes a matrix-vector product for complex vectors…

  • |

    CSPCON (3) Linux Manual Page

    cspcon.f – SynopsisFunctions/Subroutinessubroutine cspcon (UPLO, N, AP, IPIV, ANORM, RCOND, WORK, INFO) CSPCON Function/Subroutine Documentationsubroutine cspcon (characterUPLO, integerN, complex, dimension( * )AP, integer, dimension( * )IPIV, realANORM, realRCOND, complex, dimension( * )WORK, integerINFO)CSPCON Purpose: CSPCON estimates the reciprocal of the condition number (in the 1-norm) of a complex symmetric packed matrix A using the factorization…

  • |

    CSCAL (3) Linux Manual Page

    cscal.f – SynopsisFunctions/Subroutinessubroutine cscal (N, CA, CX, INCX) CSCAL Function/Subroutine Documentationsubroutine cscal (integerN, complexCA, complex, dimension(*)CX, integerINCX)CSCAL Purpose: CSCAL scales a vector by a constant.  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 3/93 to return if incx .le….

  • |

    CROTG (3) Linux Manual Page

    crotg.f – SynopsisFunctions/Subroutinessubroutine crotg (CA, CB, C, S) CROTG Function/Subroutine Documentationsubroutine crotg (complexCA, complexCB, realC, complexS)CROTG Purpose: CROTG determines a complex Givens rotation.  Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Definition at line 40 of file crotg.f. AuthorGenerated automatically by Doxygen for LAPACK from the…

  • |

    CROT (3) Linux Manual Page

    crot.f – SynopsisFunctions/Subroutinessubroutine crot (N, CX, INCX, CY, INCY, C, S) CROT applies a plane rotation with real cosine and complex sine to a pair of complex vectors. Function/Subroutine Documentationsubroutine crot (integerN, complex, dimension( * )CX, integerINCX, complex, dimension( * )CY, integerINCY, realC, complexS)CROT applies a plane rotation with real cosine and complex sine to…

  • |

    CPU_ZERO_S (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_ZERO (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_XOR_S (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_XOR (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_SET_S (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_SET (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_OR_S (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_OR (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_ISSET_S (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…

  • |

    CPU_ISSET (3) Linux Manual Page

    CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S – macros for manipulating CPU sets Synopsis#define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> void CPU_ZERO(cpu_set_t *set); void CPU_SET(int cpu, cpu_set_t *set); void CPU_CLR(int cpu, cpu_set_t *set); int CPU_ISSET(int cpu, cpu_set_t *set); int CPU_COUNT(cpu_set_t…