代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/105807/15658637

c !best002.c

/*========================================================================== * * !BEST002.C Tuesday, April 12, 1994 * * source file 2D and 3D matrix/vec
www.eeworm.com/read/102394/15784121

c bidiag.c

/* linalg/bidiag.c * * Copyright (C) 2001 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/102394/15784299

c reim_source.c

/* vector/reim_source.c * * Copyright (C) 2001 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub
www.eeworm.com/read/102394/15784391

c qrsolv.c

/* This function computes the solution to the least squares system phi = [ A x = b , lambda D x = 0 ]^2 where A is an M by N matrix, D is an N by N diagonal matrix, lambda is a scalar
www.eeworm.com/read/179705/9343934

c svdstep.c

static void chop_small_elements (gsl_vector * d, gsl_vector * f) { const size_t N = d->size; double d_i = gsl_vector_get (d, 0); size_t i; for (i = 0; i < N - 1; i++) { double f_i
www.eeworm.com/read/424281/10468025

c fitting2.c

#include #include int main (int argc, char **argv) { int i, n; double xi, yi, ei, chisq; gsl_matrix *X, *cov; gsl_vector *y, *w, *c; if (argc != 2) {
www.eeworm.com/read/127781/6000410

h intr.h

/* $Id: intr.h,v 1.1 2002/02/28 17:31:25 marcelo Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of thi
www.eeworm.com/read/110034/6171443

h intr.h

/* $Id: intr.h,v 1.1 2002/02/28 17:31:25 marcelo Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of thi
www.eeworm.com/read/102935/6229957

h intr.h

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/124283/14581172

c svdstep.c

static void chop_small_elements (gsl_vector * d, gsl_vector * f) { const size_t N = d->size; double d_i = gsl_vector_get (d, 0); size_t i; for (i = 0; i < N - 1; i++) { double f_i