<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Vectorize Text Logo</title><link>http://www.bing.com:80/search?q=Vectorize+Text+Logo</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Vectorize Text Logo</title><link>http://www.bing.com:80/search?q=Vectorize+Text+Logo</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>python - How to use np.vectorize? - Stack Overflow</title><link>https://stackoverflow.com/questions/66184589/how-to-use-np-vectorize</link><description>Isn't the answer to How to use np.vectorize? usually "Don't. It just pretends to be a vectorized function but is just a loop with a different name"?</description><pubDate>Wed, 22 Apr 2026 04:32:00 GMT</pubDate></item><item><title>python - Performance of Pandas apply vs np.vectorize to create new ...</title><link>https://stackoverflow.com/questions/52673285/performance-of-pandas-apply-vs-np-vectorize-to-create-new-column-from-existing-c</link><description>If np.vectorize() is in general always faster than df.apply(), then why is np.vectorize() not mentioned more? I only ever see StackOverflow posts related to df.apply(), such as: pandas create new column based on values from other columns How do I use Pandas 'apply' function to multiple columns? How to apply a function to two columns of Pandas ...</description><pubDate>Tue, 21 Apr 2026 13:51:00 GMT</pubDate></item><item><title>How to vectorize with gcc? - Stack Overflow</title><link>https://stackoverflow.com/questions/409300/how-to-vectorize-with-gcc</link><description>The v4 series of the gcc compiler can automatically vectorize loops using the SIMD processor on some modern CPUs, such as the AMD Athlon or Intel Pentium/Core chips. How is this done?</description><pubDate>Wed, 22 Apr 2026 04:25:00 GMT</pubDate></item><item><title>gcc - -ftree-vectorize option in GNU - Stack Overflow</title><link>https://stackoverflow.com/questions/33570114/ftree-vectorize-option-in-gnu</link><description>With the GCC compiler, the -ftree-vectorize option turns on auto-vectorization, and this flag is automatically set when using -O3. To what level does it vectorize? I.e., will I get SSE2, SSE4.2, AV...</description><pubDate>Wed, 15 Apr 2026 00:08:00 GMT</pubDate></item><item><title>simd - What is "vectorization"? - Stack Overflow</title><link>https://stackoverflow.com/questions/1422149/what-is-vectorization</link><description>Many CPUs have "vector" or "SIMD" instruction sets which apply the same operation simultaneously to two, four, or more pieces of data. Modern x86 chips have the SSE instructions, many PPC chips have the "Altivec" instructions, and even some ARM chips have a vector instruction set, called NEON. "Vectorization" (simplified) is the process of rewriting a loop so that instead of processing a ...</description><pubDate>Mon, 20 Apr 2026 22:14:00 GMT</pubDate></item><item><title>Numpy vectorize as a decorator with arguments - Stack Overflow</title><link>https://stackoverflow.com/questions/14986697/numpy-vectorize-as-a-decorator-with-arguments</link><description>Note that np.vectorize isn't really meant as a decorator except for the simplest cases. If you need to specify an explicit otype, use the usual form new_func = np.vectorize(old_func, otypes=...) or use functools.partial to get a decorator. Note too that np.vectorize, by default, gets its output type from evaluating the function on the first ...</description><pubDate>Tue, 21 Apr 2026 02:17:00 GMT</pubDate></item><item><title>How to vectorize operations in pandas data frame? - Stack Overflow</title><link>https://stackoverflow.com/questions/77733521/how-to-vectorize-operations-in-pandas-data-frame</link><description>How to vectorize operations in pandas data frame? Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 214 times</description><pubDate>Mon, 13 Apr 2026 16:38:00 GMT</pubDate></item><item><title>Using Numpy Vectorize on Functions that Return Vectors</title><link>https://stackoverflow.com/questions/3379301/using-numpy-vectorize-on-functions-that-return-vectors</link><description>Using Numpy Vectorize on Functions that Return Vectors Asked 15 years, 8 months ago Modified 3 years, 3 months ago Viewed 125k times</description><pubDate>Sat, 18 Apr 2026 22:02:00 GMT</pubDate></item><item><title>Is it possible to numpy.vectorize an instance method?</title><link>https://stackoverflow.com/questions/48981501/is-it-possible-to-numpy-vectorize-an-instance-method</link><description>The decorator version @vectorize is harder to apply than the function version. Your method f takes two arguments, self and x. vectorize isn't smart enough to assign Dummy() to self, and iterate on [0, 1, 2].</description><pubDate>Tue, 21 Apr 2026 05:09:00 GMT</pubDate></item><item><title>python - Apply np.vectorize along one axis - Stack Overflow</title><link>https://stackoverflow.com/questions/69059526/apply-np-vectorize-along-one-axis</link><description>np.vectorize doesn't work because it breaks down each and every element in my array parameter. I want it to apply the function only along the first axis. np.apply_along_axis almost works, except it won't consider 1-D array parameter to be a single parameter. What's the best way to do this?</description><pubDate>Sun, 19 Apr 2026 01:51:00 GMT</pubDate></item></channel></rss>