代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/255246/12093322
h polyphas.h
/*
FILE : POLYPHAS.H
Routines to handle polyphase matrices, a matrix that holds (Laurent)
polynomials in z. This implementation only handles 2x2 matrices.
(C) C. Valens
Created : 14/09
www.eeworm.com/read/124283/14581181
c qr.c
/* linalg/qr.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/124283/14581789
c submatrix_source.c
/* matrix/submatrix_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/212047/15167729
c qr.c
/* linalg/qr.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/212047/15167943
c submatrix_source.c
/* matrix/submatrix_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/167728/5454156
c qr.c
/* linalg/qr.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/167728/5454580
c submatrix_source.c
/* matrix/submatrix_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the t
www.eeworm.com/read/155279/5626708
in makefile.in
# Makefile.in generated by automake 1.7.5 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile
www.eeworm.com/read/113031/15471989
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/108033/15596086
pas matrices.pas
{
MATRICES.PAS
Unit for matrix and vector manipulation.
A matrix is treated as a set of vectors.
Don't even try to understand the pointer operations.
(C) C. Valens,