GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
example_user.c(3) LAPACK example_user.c(3)

example_user.c

#include <stdlib.h>
#include <stdio.h>
#include 'lapacke.h'


#define N 5
#define NRHS 3
#define LDA N
#define LDB NRHS


void print_matrix (char *desc, lapack_int m, lapack_int n, double *a, lapack_int lda)
void print_int_vector (char *desc, lapack_int n, lapack_int *a)
int main ()

Definition at line 12 of file example_user.c.

Definition at line 13 of file example_user.c.

Definition at line 10 of file example_user.c.

Definition at line 11 of file example_user.c.

Definition at line 16 of file example_user.c.

Definition at line 90 of file example_user.c.

Definition at line 80 of file example_user.c.

Generated automatically by Doxygen for LAPACK from the source code.
Mon Jun 28 2021 Version 3.10.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.