<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BizSmooth——企顺学校博客 &#187; numpy</title>
	<atom:link href="http://blog.bizsmooth.com/?feed=rss2&#038;tag=numpy" rel="self" type="application/rss+xml" />
	<link>http://blog.bizsmooth.com</link>
	<description>企顺学校老师和同学们的交流园地</description>
	<lastBuildDate>Wed, 04 Feb 2026 12:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>numpy介绍</title>
		<link>http://blog.bizsmooth.com/?p=4425</link>
		<comments>http://blog.bizsmooth.com/?p=4425#comments</comments>
		<pubDate>Thu, 04 Sep 2025 12:52:57 +0000</pubDate>
		<dc:creator>朱 峰</dc:creator>
				<category><![CDATA[人工智能]]></category>
		<category><![CDATA[bizsmooth]]></category>
		<category><![CDATA[numpy]]></category>

		<guid isPermaLink="false">http://blog.bizsmooth.com/?p=4425</guid>
		<description><![CDATA[NumPy（Numerical Python）是Python生态中最核心的科学计算库之一，提供高性能多维数组对象（`ndarray`）及丰富的数学函数。以下是系统介绍： &#8212; ### **1. 核心特性** - **多维数组**：`ndarray`是同构数据容器，支持任意维度（1D向量、2D矩阵、3D张量等）。 - **广播机制**：不同形状数组间的高效算术运算（如`[1,2,3] + [[1],[2],[3]]`→`[[2,3,4],[3,4,5],[4,5,6]]`）。 - **向量化操作**：避免Python循环，底层用C实现，运算速度提升10~100倍。 - **内存优化**：连续内存块存储，支持视图（view）而非复制数据，减少内存占用。 &#8212; ### **2. 核心功能** #### **数组操作** &#8220;`python import numpy as np a = np.array([[1, 2, 3], [4, 5, 6]])  # 2×3矩阵 b = a.reshape(3, &#8230; <a href="http://blog.bizsmooth.com/?p=4425">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.bizsmooth.com/?feed=rss2&amp;p=4425</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
